home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / ZTB155.ZIP / ZTB.DOC < prev    next >
Encoding:
Text File  |  1996-05-06  |  8.5 KB  |  200 lines

  1.  
  2.   ┌───────────────────────────────────────────────────────────────────╖
  3.   │                                                                   ║ █
  4.   │                        Z T r e e B o l d                          ║ █
  5.   │                        OS/2 File Manager                          ║ █
  6.   │                                                                   ║ █
  7.   │                    Version 1.55 May 5th, 1996                     ║ █
  8.   │                                                                   ║ █
  9.   │ Copyright (c) Kim G. Henkel 1995, 1996                            ║ █
  10.   │                                                                   ║ █
  11.   ╘═══════════════════════════════════════════════════════════════════╝ █
  12.    ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  13.  
  14.     Introduction│
  15.     ────────────┘
  16.  
  17.     "ZTreeBold" is a text-mode file/directory manager for OS/2.  It has
  18.     been developed as a native OS/2 alternative to the DOS product,
  19.     XTreeGold (tm), at least until its makers can come up with the goods.
  20.     While I am sure you are well aware of the virtues of XTreeGold, you
  21.     know the disadvantages of it being a DOS program.  I wrote ZTreeBold
  22.     to provide all the functionality I am so accustomed to, while avoiding
  23.     all the DOS imposed limitations.
  24.  
  25.     Given time and incentive, I intend to provide all missing functions,
  26.     and will welcome suggestions from you the user.
  27.  
  28.     License│
  29.     ───────┘
  30.  
  31.     This program is NOT free.  You are granted a limited licence to evaluate
  32.     the product for 31 days from the date of first use.  To continue using
  33.     this version after 31 days, you MUST register.  Each subsequent release
  34.     of this product will allow a full 31 days evaluation from time of
  35.     installation.
  36.  
  37.     Please read REGISTER.TXT for detailed information.
  38.  
  39.     By registering this product, your support allows you unlimited use of
  40.     this and future versions.
  41.  
  42.     You can contact me by either sending an e-mail to:
  43.  
  44.          Internet:   khenkel@gate.net
  45.          CompuServe: 76251,2442
  46.  
  47.     or writing a letter to:
  48.  
  49.          Kim Henkel
  50.          9632 NW 7th Circle, Apt 1721     or  10 Debson Close,
  51.          Plantation,                          Boronia, 3155,
  52.          FL, 33324                            Victoria,
  53.          U.S.A.                               Australia.
  54.  
  55.     Features│
  56.     ────────┘
  57.  
  58.     This version now contains most of the core functionality.  Archive
  59.     support has been added, using the ARCHIVER.BB2 configuration file,
  60.     courtesy of Mr Mark Kimes.  There are no autoview type modules yet.
  61.     These *may* be developed on a most requested basis.
  62.  
  63.     There is NO internal editor.  Instead, ZTreeBold will use your
  64.     favorite file editor (I currently use Brief for OS/2.).  The default
  65.     editor is E.EXE, but of course, full-screen programs are preferable in
  66.     this application.
  67.  
  68.     There is currently no mouse support, because as most Xtree fans would
  69.     agree, the power of the program comes from it's fast, concise keyboard
  70.     interface.  However, if there is enough interest in a mouse interface,
  71.     it will obviously be given serious consideration.
  72.  
  73.     There are several functions that are yet to be implemented.  Most are
  74.     trivial services that you will probably never miss.  Others are more
  75.     important, and will be introduced on a most requested basis.
  76.  
  77.     The highlighting of commands on the last three lines of the screen
  78.     should make the function support quite obvious.   If there is a
  79.     function missing you particularly miss, let me know.
  80.  
  81.     Well, that is all the bad news.  Here are some improvements over the
  82.     original.
  83.  
  84.     ZTreeBold uses around 400K of memory, and will allocate and free
  85.     blocks dynamically as required (no more 'out of memory' messages).
  86.  
  87.     The default video mode is 25x80.  The Alt-F9 command will toggle the
  88.     other video modes - 50/43/60x80.  You may save your current mode
  89.     using F10-Configure, and you may override this and the default from
  90.     the command line.
  91.  
  92.     Using OS/2 filesystem APIs, ZTreeBold avoids several of XTreeGolds'
  93.     limitations.
  94.  
  95.     - Doesn't hog the CPU while waiting for keyboard activity.
  96.     - Trying to log an in-use device will be dealt with gracefully.
  97.     - The ability to copy and search open files.
  98.     - Copy and Move functions will deal with a files' EAs.
  99.     - Directory Grafting works.
  100.     - Support of long HPFS filenames.
  101.     - The ability to launch OS/2 programs.
  102.     - Flexible support of *ANY* archiving program present and future.
  103.  
  104.     Being a native OS/2 application, ZTreeBold loads very quickly, as
  105.     there is no DOS session to start first.
  106.  
  107.     Installation│
  108.     ────────────┘
  109.  
  110.     - Copy ZTB.EXE & ZTB_CFG.EXE to a directory specified in your
  111.       OS/2 PATH statement.
  112.  
  113.     - Copy ARCHIVER.BB2 to the same directory as ZTB.EXE.  This file
  114.       should be reviewed to verify it references archive programs you
  115.       have available.
  116.  
  117.     - Copy the sample *.CMD files to the same directory as ZTB.EXE.
  118.       The .CMD file with the name matching the currently highlighted
  119.       file will be executed when you 'O'pen the file.  You may of course
  120.       build your own .CMD files for all the file-types you need to
  121.       manipulate with an external program.
  122.  
  123.     - Copy ZTBOLD.HLP to the same directory as ZTB.EXE.  This file is
  124.       accessed with the F1 key to provide basic operational help.
  125.  
  126.     - The first time you run ZTB, select Alt-F10 (Configure) to set the
  127.       program path, program colors and default editor & viewer.
  128.  
  129.     - If you want to use the Alt-Q command to exit to the current
  130.       directory, you must run a command file named ZTBOLD.CMD to invoke
  131.       ZTB.EXE.  This file will be created in the same path as ZTB.EXE,
  132.       when you issue the Alt-Q command.
  133.  
  134.     - If you create a program object on the WPS for ZTreeBold, you may
  135.       either specify a fullscreen or windowed session.  It will run well
  136.       in a window, but remember, it was always meant to be a fullscreen
  137.       program.  Do NOT specify the working directory.
  138.  
  139.     Here are the command line options: (which override ZTBOLD.INI)
  140.  
  141.     C:\>ZTB [/2|/4|/5|/6]  [/Eeditor.EXE] [/Vviewer.EXE] [/XT] [C D . Z]
  142.  
  143.     Meaning:[ Video Mode ] [ Editor name] [ Viewer name] [+/-] [Drives ]
  144.     Default:[  25 lines  ] [   E.EXE    ] [  Internal  ] [< >] [current]
  145.  
  146.     Multiple drives may be logged at startup, for example:
  147.  
  148.     C:\>ZTB /5 /XT C D E F
  149.  
  150.     Startup in 50 line mode, use +/- keys, log drives C, D, E & F.
  151.  
  152.                              ──────────────
  153.  
  154.     PLEASE read ZTBOLD.HLP for program instructions, if you are unfamiliar
  155.     with XtreeGold/ZTreeBold operation.
  156.  
  157.                              ──────────────
  158.  
  159.     **********************************************************************
  160.     * NOTE: In order to use the ARCHIVING features of ZTB, you must have *
  161.     * third-party OS/2 mode archiving programs available in your PATH,   *
  162.     * and check that ARCHIVER.BB2 contains correct archiver commands.    *
  163.     * DOS ARCHIVERS CANNOT BE USED FROM THIS PROGRAM.                    *
  164.     * To view files within an archive, you MUST have an environment      *
  165.     * variable for TMP defined.  eg. SET TMP=C:\TMP in your config.sys   *
  166.     **********************************************************************
  167.  
  168.     Coming Soon│
  169.     ───────────┘
  170.  
  171.     GIF/BMP/ICO viewer.
  172.     4OS2 support.
  173.  
  174.  
  175.     Legal Stuff│
  176.     ───────────┘
  177.                                WARRANTY
  178.  
  179.  
  180.     The  product has  no warranty  of any  kind, express  or implied,
  181.     including  without limitation, any  warranties of merchantability
  182.     and/or  fitness  for  a particular  purpose.   Kim G. Henkel,  or
  183.     anybody,  shall not  be liable  for any damages,  whether direct,
  184.     indirect, special or consequential arising from a failure of this
  185.     program  to operate  in the manner  desired by the  user.  Kim G.
  186.     Henkel shall  not be  liable for  any damage  to data or property
  187.     which may be caused directly or indirectly by use of the program.
  188.  
  189.     IN NO EVENT WILL Kim G. Henkel  BE LIABLE TO YOU FOR ANY DAMAGES,
  190.     INCLUDING  ANY  LOST  PROFITS, LOST SAVINGS  OR  OTHER INCIDENTAL
  191.     OR  CONSEQUENTIAL  DAMAGES ARISING OUT OF YOUR  USE OR  INABILITY
  192.     TO  USE  THE  PROGRAM, OR  FOR ANY  CLAIM  BY  ANY  OTHER  PARTY.
  193.  
  194.     Trademarks│
  195.     ──────────┘
  196.  
  197.     "XTreeGold" (tm) is a registered trademark of Central Point Software, Inc.
  198.  
  199.                              ──────────────
  200.